home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Algorithms for Image Analysis
/
Practical Algorithms for Image Analysis.iso
/
TARFILE.GZ
/
tarfile
/
ch_4.3
/
xrg
/
xrg.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-09-11
|
365 b
|
27 lines
/*
* xrg.h
*
* Practical Algorithms for Image Analysis
*
* Copyright (c) 1997, 1998, 1999 MLMSoftwareGroup, LLC
*/
#ifndef _XRG_H_
#define _XRG_H_
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <malloc.h>
#include "ip.h"
/*
* Function prototypes
*/
extern void main (int, char **);
extern void usage (char *);
#endif
/*_XRG_H_ */